==============================
=Armour HUD API, by DoomFruit=
==============================

Version 3.

Requirements: Minecraft r1.6.4 and above, Minecraft Forge


Instructions:

-Extract the fruitmods directory into the src/ directory of your Minecraft MCP workspace (alongside net, cpw, ibxm and other such things), or into src/main/java/ if you're using a Gradle setup.

-Implement the IArmourHUDProperties interface in your *item* class.

-You may now customise the displayed information using the functions provided. All of them must return something, even if it's an empty string.


Anyone is free to distribute this API in any form (source, compiled or otherwise) and by any means, but modified versions MUST have a different name and classpath to avoid conflicts.
